crypto/rsa.PSSOptions.saltLength (method)

5 uses

	crypto/rsa (current package)
		fips.go#L49: func (opts *PSSOptions) saltLength() int {
		fips.go#L79: 		return boring.SignRSAPSS(bkey, hash, digest, opts.saltLength())
		fips.go#L100: 	saltLength := opts.saltLength()
		fips.go#L142: 		if err := boring.VerifyRSAPSS(bkey, hash, digest, sig, opts.saltLength()); err != nil {
		fips.go#L162: 	saltLength := opts.saltLength()